net: hns3: remove redundant variable initialization
authorPeng Li <lipeng321@huawei.com>
Thu, 20 Dec 2018 03:52:06 +0000 (11:52 +0800)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 18 Jul 2019 22:23:17 +0000 (23:23 +0100)
commit498bb7ec22d5a5e7e962f94c68b2898a2ae5377a
treebba269508bd1d4cf7656b147e36765e51a72fbb7
parent1196a888c9b1c17ff636cae4c79122d614906791
net: hns3: remove redundant variable initialization

This patch removes the redundant variable initialization,
as driver will devm_kzalloc to set value to hdev soon.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Gbp-Pq: Topic bugfix/arm64/huawei-taishan
Gbp-Pq: Name 0025-net-hns3-remove-redundant-variable-initialization.patch
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c